home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m17intro.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  308 b   |  13 lines

  1. on startMovie
  2.   global gNumberofSlides, gCurrentSlide, gPause, gOnIBM, gSoundPath
  3.   identifyPlatform()
  4.   if gOnIBM then
  5.     set gSoundPath to the pathName & "m17intro\"
  6.   else
  7.     set gSoundPath to the pathName & "m17intro:"
  8.   end if
  9.   set gNumberofSlides to 4
  10.   set gCurrentSlide to 1
  11.   set gPause to 0
  12. end
  13.